home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-02 | 539 b | 16 lines | [TEXT/CWIE] |
- /*********************************************************************
- Project : GUSI - Grand Unified Socket Interface
- File : GUSIMPWStubs.cp - Placeholder for MPW compatible file sockets
- Author : Matthias Neeracher <neeri@iis.ee.ethz.ch>
- Language : MPW C
-
- $Log: GUSIMPWStubs.cp,v $
- *********************************************************************/
-
- #include "GUSIFile_P.h"
-
- #pragma segment GUSI
-
- MPWFileSocket * (*MPWDomain::open)(const char * name, int flags) = nil;
- MPWFileSocket * (*MPWDomain::stdopen)(int fd) = nil;
-